dvb_get_pmt_pid

@brief read the contents of the MPEG-TS PAT table, seeking for an specific service ID @ingroup demux

@param dmxfd File descriptor for the demux device @param sid Session ID to seeking

@warning Deprecated. Please use dvb_get_pmt_pid() instead.

@return At return, it returns a negative value if error or the PID associated with the desired Session ID.

@warning This function currently assumes that the PAT fits into one session.

extern (C)
int
dvb_get_pmt_pid
(
int dmxfd
,
int sid
)

Meta